home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 190
- Height = 105
- Caption = 'Straight Memory Access'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object SpeedButton1: TSpeedButton
- Left = 39
- Top = 10
- Width = 105
- Height = 25
- Caption = 'Mapped Value'
- ParentShowHint = False
- ShowHint = False
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 39
- Top = 42
- Width = 105
- Height = 25
- Caption = 'New Value'
- ParentShowHint = False
- ShowHint = False
- OnClick = SpeedButton2Click
- end
- end
-